WriteXml Method

Summary

Converts an object into its XML representation.

Syntax
C#
VB
C++
public void WriteXml( 
   XmlWriter writer 
) 
  
Public Sub WriteXml( _ 
   ByVal writer As XmlWriter _ 
)  
public: 
void WriteXml(  
   XmlWriter^ writer 
)  

Parameters

writer
The System.Xml.XmlWriter stream to which the object is serialized.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly